home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000020_news@newsmaster….columbia.edu _Fri Dec 18 09:30:36 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA28993
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 18 Dec 1998 09:30:36 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA21230
  7.     for kermit.misc@watsun; Fri, 18 Dec 1998 09:30:35 -0500 (EST)
  8. Newsgroups: comp.protocols.kermit.misc
  9. Path: news.columbia.edu!panix!cam-news-hub1.bbnplanet.com!news.gtei.net!newsfeed.xcom.net!ix.netcom.com!gerlach
  10. From: gerlach@netcom.com (Matthew H. Gerlach)
  11. Subject: receiving straight binary
  12. Message-ID: <gerlachF4602I.IDE@netcom.com>
  13. Organization: ICGNetcom
  14. Date: Fri, 18 Dec 1998 14:25:30 GMT
  15. Lines: 16
  16. Sender: gerlach@netcom15.netcom.com
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:9652
  18.  
  19.  
  20. Hi gang,
  21.  
  22. I have a device that spits out raw binary serial data, and I want it
  23. to go to a harddrive.  I'm using 6.1.193 Beta.05 on a Solaris machine.
  24. What I did was write a small program that reads stdin and writes it to a file.
  25. I then used the ckermit "redirect" command to run my program attaching
  26. the serial input stream to my program's stdin.
  27.  
  28. I'm sure there is a better way to do this, but I'm not sure what that better
  29. way is.  I have written scripts using the "input" command that does
  30. the same thing for ascii text, but I'm not sure it would work too well
  31. in the this case.  Any thoughts on the matter would be appreciated.
  32.  
  33. Matthew
  34.